Local Zones
💡 Definition
AWS Local Zones place compute, storage, database, and other select AWS services closer to large population and industry centers. They are extensions of an AWS Region.
🔑 Key Concepts
- Proximity: Located in major metropolitan areas (e.g., Los Angeles, New York) where an AWS Region might not exist.
- Low Latency: Designed for applications that require single-digit millisecond latency to end-users in that specific metro area.
- Extension: A Local Zone is an extension of a parent Region. You manage it through the parent Region.
⚙️ How it Works
You "opt-in" to a Local Zone via the AWS console. It then appears as another Availability Zone in your VPC configuration. You can launch EC2 instances and create subnets in that Local Zone.
🎯 Use Cases
- Media & Entertainment: Video rendering, gaming, content creation.
- Real-time Gaming: Multiplayer game servers closer to players.
- Machine Learning: Real-time inference at the edge.
💰 Pricing Model
- Instances and resources in Local Zones may have different (often slightly higher) prices than in the parent Region.
📝 Exam Tips (CLF-C02)
- Extension of a Region to a specific metro area.
- Key benefit: Single-digit millisecond latency for users in that city.
- Not a full Region, but offers select services (EC2, EBS, VPC, etc.).
See Also: * Region * Outposts * Wavelength